$ git remote add upstream https://github.com/rust-lang/cargo
4. $ gbp import-orig ../cargo_<version>.orig.tar.gz
If you get errors, check the extra default flags in d/gbp.conf
+5. Check that no old versions remain in deps/. If there are, then your git repo
+ was messed up when you ran (4). Rewind the debian/sid, upstream, and
+ pristine-tar branches, delete the upstream/<version> tag; this reverts step
+ (4). Clean up your git repo, and then try (4) again.
+6. Update d/patches and the rest of the packaging, as normal.
General info
============
+cargo (0.17.0-1) UNRELEASED; urgency=medium
+
+ * New upstream release.
+
+ -- Ximin Luo <infinity0@debian.org> Thu, 20 Apr 2017 00:30:13 +0200
+
cargo (0.15.0~dev-1) unstable; urgency=medium
* New upstream snapshot (git 1877f59d6b2cb057f7ef6c6b34b926fd96a683c1)